Package com.cisco.pt.ipc.sim
Interface HTTPBackgroundClientManager
- All Known Implementing Classes:
HTTPBackgroundClientManagerImpl
Information provided by the PKI file:
\class CHttpBackgroundClientManager
\brief CHttpBackgroundClientManager handles and manipulates the HTTP background clients on devices.
\example network().getDevice("CMCU0").getProcess("HttpBackgroundClientManager")
- Author:
- Auto-generated
-
Method Summary
Modifier and TypeMethodDescriptionInformation provided by the PKI file:Methods inherited from interface com.cisco.pt.ipc.IPCObject
getAccessMessage, getClassName, getFactory, getObjectUUID, getPacketTracerSessionMethods inherited from interface com.cisco.pt.ipc.sim.Process
getOwnerDevice
-
Method Details
-
createClient
HTTPClient createClient()Information provided by the PKI file:
\brief Returns the HTTPClient object. \return HttpClient, the HTTPClient object.- Returns:
- HTTPClient Returns a HTTPClient
-